crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

With MySQL, how can you return all the records from a table named "Persons" sorted descending by "FirstName"?
Question Posted on 23 Sep 2023Home >> DataBase >> MySQL MCQ >> With MySQL, how can you return all the records from a table named "Persons" sorted descending by "FirstName"?

With MySQL, how can you return all the records from a table named "Persons" sorted descending by "FirstName"?
Choose the correct option from below list
(1)SELECT * FROM Persons ORDER BY FirstName DESC
(2)SELECT * FROM Persons ORDER FirstName DESC
(3)SELECT * FROM Persons SORT BY 'FirstName' DESC
(4)SELECT * FROM Persons SORT 'FirstName' DESC

Answer:-(1)SELECT * FROM Persons ORDER BY FirstName DESC
0
0



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

With MySQL, how can you delete the records where the "FirstName" is "Peter" in the Persons Table?

With MySQL, how can you insert a new record into the "Persons" table?

Which MySQL statement is used to create a database table called "Customers"?

The NOT NULL constraint enforces a column to not accept NULL values.

With MySQL, how can you return the number of records in the "Persons" table?






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap